gnunet fix license
This commit is contained in:
parent
33e87b06d3
commit
fa3793e8a4
@ -65,7 +65,7 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
homepage = https://gnunet.org/;
|
homepage = https://gnunet.org/;
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.agpl3Plus;
|
||||||
maintainers = with maintainers; [ vrthra ];
|
maintainers = with maintainers; [ vrthra ];
|
||||||
platforms = platforms.gnu ++ platforms.linux;
|
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";
|
description = "GNUnet, GNU's decentralized anonymous and censorship-resistant P2P framework";
|
||||||
|
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
@ -84,9 +84,9 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
homepage = https://gnunet.org/;
|
homepage = https://gnunet.org/;
|
||||||
|
|
||||||
license = stdenv.lib.licenses.gpl2Plus;
|
license = licenses.agpl3Plus;
|
||||||
|
|
||||||
maintainers = with stdenv.lib.maintainers; [ ];
|
maintainers = with stdenv.lib.maintainers; [ ];
|
||||||
platforms = stdenv.lib.platforms.gnu ++ stdenv.lib.platforms.linux;
|
platforms = platforms.gnu ++ platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user