Merge pull request #76152 from markuskowa/lic-gnunet
gnunet: fix license
This commit is contained in:
commit
8317f22265
@ -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;
|
||||
};
|
||||
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user