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 | 506216423d0837152a54a372dc718e947c1a30b7 (patch) | |
tree | e72918d20d5467b1cbffd6983a82ba7d26be0e1a | |
parent | 814374aaf0ef932c656e054c3792611cf8fcbe8b (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 fe5342b..6f00a0b 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"; |