restbed: fix license and evaluation
cc @Radvendi @joachifm
This commit is contained in:
parent
b8e109d6ac
commit
5bee13f14f
@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
inherit patches;
|
inherit patches;
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
cmake
|
cmake
|
||||||
asio
|
asio
|
||||||
openssl
|
openssl
|
||||||
@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
|
|||||||
production environments.
|
production environments.
|
||||||
'';
|
'';
|
||||||
homepage = https://corvusoft.co.uk/;
|
homepage = https://corvusoft.co.uk/;
|
||||||
license = licenses.agpl;
|
license = licenses.agpl3;
|
||||||
maintainers = with maintainers; [ taeer ];
|
maintainers = with maintainers; [ taeer ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user