tv rox-filer: GitHub -> GitLab
This commit is contained in:
parent
37ef25d0c0
commit
4075e7a347
@ -1,4 +1,4 @@
|
|||||||
{ autoconf, stdenv, fetchFromGitHub, pkgconfig, libxml2, libSM
|
{ autoconf, stdenv, fetchFromGitLab, pkgconfig, libxml2, libSM
|
||||||
, shared-mime-info
|
, shared-mime-info
|
||||||
|
|
||||||
# Even though imported, this causes:
|
# Even though imported, this causes:
|
||||||
@ -19,7 +19,7 @@ let
|
|||||||
in stdenv.mkDerivation rec {
|
in stdenv.mkDerivation rec {
|
||||||
name = "rox-filer-${version}-tv";
|
name = "rox-filer-${version}-tv";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitLab {
|
||||||
owner = "seirios";
|
owner = "seirios";
|
||||||
repo = "rox-filer";
|
repo = "rox-filer";
|
||||||
rev = "14354e21bf94a5f3906238706f6b7ac968fa7fce";
|
rev = "14354e21bf94a5f3906238706f6b7ac968fa7fce";
|
||||||
|
Loading…
Reference in New Issue
Block a user