Homer : Fix fitgirl & rutor links.
This commit is contained in:
parent
97af579385
commit
8e907ffd16
|
@ -85,11 +85,11 @@
|
||||||
(mkLink "1337x" "fa-skull-crossbones" "https://1337x.to")
|
(mkLink "1337x" "fa-skull-crossbones" "https://1337x.to")
|
||||||
(mkLink "Cs.rin.ru" "fa-skull-crossbones" "https://cs.rin.ru/forum/index.php")
|
(mkLink "Cs.rin.ru" "fa-skull-crossbones" "https://cs.rin.ru/forum/index.php")
|
||||||
(mkLink "DigitalCore" "fa-skull-crossbones" "https://digitalcore.club")
|
(mkLink "DigitalCore" "fa-skull-crossbones" "https://digitalcore.club")
|
||||||
(mkLink "FitGirl" "fa-skull-crossbones" "https://digitalcore.club")
|
(mkLink "FitGirl" "fa-skull-crossbones" "https://fitgirl-repacks.site")
|
||||||
(mkLink "Hf" "fa-skull-crossbones" "https://happyfappy.org")
|
(mkLink "Hf" "fa-skull-crossbones" "https://happyfappy.org")
|
||||||
(mkLink "Lst" "fa-skull-crossbones" "https://lst.gg")
|
(mkLink "Lst" "fa-skull-crossbones" "https://lst.gg")
|
||||||
(mkLink "NnmClub" "fa-skull-crossbones" "https://nnmclub.to")
|
(mkLink "NnmClub" "fa-skull-crossbones" "https://nnmclub.to")
|
||||||
(mkLink "Rutor" "fa-skull-crossbones" "https://nnmclub.to")
|
(mkLink "Rutor" "fa-skull-crossbones" "https://rutor.info")
|
||||||
(mkLink "Rutracker" "fa-skull-crossbones" "https://rutracker.org")
|
(mkLink "Rutracker" "fa-skull-crossbones" "https://rutracker.org")
|
||||||
(mkLink "Tapochek.net" "fa-skull-crossbones" "https://tapochek.net/index.php")
|
(mkLink "Tapochek.net" "fa-skull-crossbones" "https://tapochek.net/index.php")
|
||||||
])
|
])
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{ stdenv, pkgs, ... } @args: let
|
{ stdenv, pkgs, ... } @args: let
|
||||||
cfg = pkgs.writeText "HomerConfig" (import ./Config.nix args).text;
|
cfg = pkgs.writeText "HomerConfig" (import ./Config.nix args).text;
|
||||||
in stdenv.mkDerivation (finalAttrs: {
|
in stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "Homerr";
|
pname = "Homer";
|
||||||
version = "24.05.1";
|
version = "24.05.1";
|
||||||
|
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchurl {
|
||||||
|
|
Loading…
Reference in a new issue