gnunet fix license

This commit is contained in:
Markus Kowalewski 2019-12-21 22:45:39 +01:00
parent 33e87b06d3
commit fa3793e8a4
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB
2 changed files with 4 additions and 4 deletions

View File

@ -65,7 +65,7 @@ stdenv.mkDerivation rec {
'';
homepage = https://gnunet.org/;
license = licenses.gpl2Plus;
license = licenses.agpl3Plus;
maintainers = with maintainers; [ vrthra ];
platforms = platforms.gnu ++ platforms.linux;
};

View File

@ -64,7 +64,7 @@ stdenv.mkDerivation {
'';
*/
meta = {
meta = with stdenv.lib; {
description = "GNUnet, GNU's decentralized anonymous and censorship-resistant P2P framework";
longDescription = ''
@ -84,9 +84,9 @@ stdenv.mkDerivation {
homepage = https://gnunet.org/;
license = stdenv.lib.licenses.gpl2Plus;
license = licenses.agpl3Plus;
maintainers = with stdenv.lib.maintainers; [ ];
platforms = stdenv.lib.platforms.gnu ++ stdenv.lib.platforms.linux;
platforms = platforms.gnu ++ platforms.linux;
};
}