xfce.gigolo: fix license
This commit is contained in:
parent
6449117be9
commit
9a20c0060b
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
{ mkXfceDerivation, gtk3, gvfs, glib }:
|
||||
{ lib, mkXfceDerivation, gtk3, gvfs, glib }:
|
||||
|
||||
mkXfceDerivation {
|
||||
category = "apps";
|
||||
|
@ -17,5 +17,6 @@ mkXfceDerivation {
|
|||
|
||||
meta = {
|
||||
description = "A frontend to easily manage connections to remote filesystems";
|
||||
license = with lib.licenses; [ gpl2Only ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue