Merge pull request #68027 from 0x4A6F/master-tacacsplus

tacacs+: tacacs+ -> tacacsplus
This commit is contained in:
adisbladis 2019-09-03 22:37:56 +01:00 committed by GitHub
commit 8f57babd52
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
{ stdenv, fetchurl, tcp_wrappers, flex, bison, perl }:
stdenv.mkDerivation rec {
pname = "tacacs+";
pname = "tacacsplus";
version = "4.0.4.28";
src = fetchurl {

View file

@ -7851,7 +7851,7 @@ in
psc-package = haskell.lib.justStaticExecutables
(haskellPackages.callPackage ../development/compilers/purescript/psc-package { });
"tacacs+" = callPackage ../servers/tacacs+ { };
tacacsplus = callPackage ../servers/tacacsplus { };
tamarin-prover =
(haskellPackages.callPackage ../applications/science/logic/tamarin-prover {