license changed to gpl3Plus (for gtg and liblarch)
This commit is contained in:
parent
e6001db0f7
commit
4768d045f0
@ -61,7 +61,7 @@ python3Packages.buildPythonApplication rec {
|
|||||||
'';
|
'';
|
||||||
homepage = "https://wiki.gnome.org/Apps/GTG";
|
homepage = "https://wiki.gnome.org/Apps/GTG";
|
||||||
downloadPage = "https://github.com/getting-things-gnome/gtg/releases";
|
downloadPage = "https://github.com/getting-things-gnome/gtg/releases";
|
||||||
license = licenses.gpl3Only;
|
license = licenses.gpl3Plus;
|
||||||
maintainers = with maintainers; [ oyren ];
|
maintainers = with maintainers; [ oyren ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
|
@ -41,7 +41,7 @@ buildPythonPackage rec {
|
|||||||
description = "A python library built to easily handle data structure such are lists, trees and acyclic graphs";
|
description = "A python library built to easily handle data structure such are lists, trees and acyclic graphs";
|
||||||
homepage = "https://github.com/getting-things-gnome/liblarch";
|
homepage = "https://github.com/getting-things-gnome/liblarch";
|
||||||
downloadPage = "https://github.com/getting-things-gnome/liblarch/releases";
|
downloadPage = "https://github.com/getting-things-gnome/liblarch/releases";
|
||||||
license = licenses.lgpl3Only;
|
license = licenses.lgpl3Plus;
|
||||||
maintainers = with maintainers; [ oyren ];
|
maintainers = with maintainers; [ oyren ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user