mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
restbed: fix license and evaluation
cc @Radvendi @joachifm
This commit is contained in:
parent
b8e109d6ac
commit
5bee13f14f
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue