radsecproxy: fix license

This commit is contained in:
Robin Gloster 2017-09-23 15:37:28 +02:00
parent 7c7f8c9c1d
commit d6879f930a
No known key found for this signature in database
GPG Key ID: D5C458DF6DD97EDF

View File

@ -1,7 +1,6 @@
{ stdenv, fetchurl, openssl }: { stdenv, fetchurl, openssl }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "radsecproxy-${version}"; name = "radsecproxy-${version}";
version = "1.6.9"; version = "1.6.9";
@ -21,10 +20,8 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = https://software.nordu.net/radsecproxy/; homepage = https://software.nordu.net/radsecproxy/;
description = "A generic RADIUS proxy that supports both UDP and TLS (RadSec) RADIUS transports."; description = "A generic RADIUS proxy that supports both UDP and TLS (RadSec) RADIUS transports.";
license = licenses.bsd; license = licenses.bsd3;
maintainers = with maintainers; [ sargon ]; maintainers = with maintainers; [ sargon ];
platforms = with platforms; linux; platforms = with platforms; linux;
}; };
} }