mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
xfce.xfwm4-themes: fix license
This commit is contained in:
parent
9a20c0060b
commit
eecc054a1e
@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://www.xfce.org/";
|
homepage = "https://www.xfce.org/";
|
||||||
description = "Themes for Xfce";
|
description = "Themes for Xfce";
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3Only;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = [ maintainers.volth ];
|
maintainers = [ maintainers.volth ];
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user