google-authenticator: rename from googleAuthenticator
This commit is contained in:
parent
86ff8be9c3
commit
f87e998c51
2 changed files with 2 additions and 1 deletions
|
@ -51,6 +51,7 @@ doNotDisplayTwice rec {
|
||||||
fuse_zip = fuse-zip; # added 2016-04-27
|
fuse_zip = fuse-zip; # added 2016-04-27
|
||||||
gettextWithExpat = gettext; # 2016-02-19
|
gettextWithExpat = gettext; # 2016-02-19
|
||||||
git-hub = gitAndTools.git-hub; # added 2016-04-29
|
git-hub = gitAndTools.git-hub; # added 2016-04-29
|
||||||
|
googleAuthenticator = google-authenticator # added 2016-10-16
|
||||||
grantlee5 = qt5.grantlee; # added 2015-12-19
|
grantlee5 = qt5.grantlee; # added 2015-12-19
|
||||||
gupnptools = gupnp-tools; # added 2015-12-19
|
gupnptools = gupnp-tools; # added 2015-12-19
|
||||||
gnustep-make = gnustep.make; # added 2016-7-6
|
gnustep-make = gnustep.make; # added 2016-7-6
|
||||||
|
|
|
@ -1876,7 +1876,7 @@ in
|
||||||
# rename to upower-notify?
|
# rename to upower-notify?
|
||||||
go-upower-notify = callPackage ../tools/misc/upower-notify { };
|
go-upower-notify = callPackage ../tools/misc/upower-notify { };
|
||||||
|
|
||||||
googleAuthenticator = callPackage ../os-specific/linux/google-authenticator { };
|
google-authenticator = callPackage ../os-specific/linux/google-authenticator { };
|
||||||
|
|
||||||
google-cloud-sdk = callPackage ../tools/admin/google-cloud-sdk { };
|
google-cloud-sdk = callPackage ../tools/admin/google-cloud-sdk { };
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue