tv rox-filer: GitHub -> GitLab

This commit is contained in:
tv 2020-12-06 23:40:48 +01:00
parent 37ef25d0c0
commit 4075e7a347
1 changed files with 2 additions and 2 deletions

View File

@ -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";