xfce.gigolo: fix license

This commit is contained in:
José Romildo Malaquias
2021-03-31 19:10:51 -03:00
parent 6449117be9
commit 9a20c0060b
@@ -1,4 +1,4 @@
{ mkXfceDerivation, gtk3, gvfs, glib }: { lib, mkXfceDerivation, gtk3, gvfs, glib }:
mkXfceDerivation { mkXfceDerivation {
category = "apps"; category = "apps";
@@ -17,5 +17,6 @@ mkXfceDerivation {
meta = { meta = {
description = "A frontend to easily manage connections to remote filesystems"; description = "A frontend to easily manage connections to remote filesystems";
license = with lib.licenses; [ gpl2Only ];
}; };
} }