Skip to content

Commit

Permalink
radsecproxy: fix license
Browse files Browse the repository at this point in the history
  • Loading branch information
globin committed Sep 23, 2017
1 parent 7c7f8c9 commit d6879f9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pkgs/tools/networking/radsecproxy/default.nix
@@ -1,7 +1,6 @@
{ stdenv, fetchurl, openssl }:

stdenv.mkDerivation rec {

name = "radsecproxy-${version}";
version = "1.6.9";

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

}

0 comments on commit d6879f9

Please sign in to comment.