mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 14:41:17 +00:00
cinnamon.*: add licenses
Co-Authored-By: worldofpeace <worldofpeace@protonmail.ch>
This commit is contained in:
parent
0382d990ac
commit
7d72324321
|
@ -70,6 +70,7 @@ stdenv.mkDerivation rec {
|
|||
gtk-doc.
|
||||
'';
|
||||
|
||||
license = [ licenses.gpl2 licenses.lgpl2 ];
|
||||
platforms = platforms.linux;
|
||||
maintainers = [ maintainers.mkg20001 ];
|
||||
};
|
||||
|
|
|
@ -34,6 +34,7 @@ stdenv.mkDerivation rec {
|
|||
meta = with stdenv.lib; {
|
||||
homepage = "https://github.com/linuxmint/cinnamon-menus";
|
||||
description = "A menu system for the Cinnamon project";
|
||||
license = [ licenses.gpl2 licenses.lgpl2 ];
|
||||
platforms = platforms.linux;
|
||||
maintainers = [ maintainers.mkg20001 ];
|
||||
};
|
||||
|
|
|
@ -25,6 +25,7 @@ stdenv.mkDerivation rec {
|
|||
meta = with stdenv.lib; {
|
||||
homepage = "https://github.com/linuxmint/cinnamon-translations";
|
||||
description = "Translations files for the Cinnamon desktop";
|
||||
license = licenses.gpl2;
|
||||
platforms = platforms.linux;
|
||||
maintainers = [ maintainers.mkg20001 ];
|
||||
};
|
||||
|
|
|
@ -78,6 +78,12 @@ stdenv.mkDerivation rec {
|
|||
This module contains JavaScript bindings based on gobject-introspection.
|
||||
'';
|
||||
|
||||
license = with licenses; [
|
||||
gpl2Plus
|
||||
lgpl2Plus
|
||||
mit
|
||||
mpl11
|
||||
];
|
||||
platforms = platforms.linux;
|
||||
maintainers = [ maintainers.mkg20001 ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue