diff options
author | tv <tv@krebsco.de> | 2020-12-06 23:40:48 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2020-12-06 23:40:48 +0100 |
commit | 4075e7a347b2fbd12cd216960300f466b3f7c609 (patch) | |
tree | a02b7723b6b00252d86885d99ce0769316201f78 | |
parent | 37ef25d0c04d98b963edd6bd2e8f7aee0f5e1d4f (diff) |
tv rox-filer: GitHub -> GitLab
-rw-r--r-- | tv/5pkgs/simple/rox-filer.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tv/5pkgs/simple/rox-filer.nix b/tv/5pkgs/simple/rox-filer.nix index fe5342b1d..6f00a0b2a 100644 --- a/tv/5pkgs/simple/rox-filer.nix +++ b/tv/5pkgs/simple/rox-filer.nix @@ -1,4 +1,4 @@ -{ autoconf, stdenv, fetchFromGitHub, pkgconfig, libxml2, libSM +{ autoconf, stdenv, fetchFromGitLab, pkgconfig, libxml2, libSM , shared-mime-info # Even though imported, this causes: @@ -19,7 +19,7 @@ let in stdenv.mkDerivation rec { name = "rox-filer-${version}-tv"; - src = fetchFromGitHub { + src = fetchFromGitLab { owner = "seirios"; repo = "rox-filer"; rev = "14354e21bf94a5f3906238706f6b7ac968fa7fce"; |