restbed: fix license and evaluation

cc @Radvendi @joachifm
This commit is contained in:
Jörg Thalheim 2017-07-14 21:54:28 +01:00
parent b8e109d6ac
commit 5bee13f14f

View file

@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
inherit patches;
buildInputs = [
buildInputs = [
cmake
asio
openssl
@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
production environments.
'';
homepage = https://corvusoft.co.uk/;
license = licenses.agpl;
license = licenses.agpl3;
maintainers = with maintainers; [ taeer ];
platforms = platforms.linux;
};