radsecproxy: fix license
This commit is contained in:
parent
7c7f8c9c1d
commit
d6879f930a
@ -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;
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user