google-authenticator: adopt package
This commit is contained in:
parent
f87e998c51
commit
31b4fcd0b7
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchurl, pam, qrencode }:
|
{ stdenv, lib, fetchurl, pam, qrencode }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "google-authenticator-1.0";
|
name = "google-authenticator-1.0";
|
||||||
@ -20,10 +20,11 @@ stdenv.mkDerivation rec {
|
|||||||
cp google-authenticator $out/bin
|
cp google-authenticator $out/bin
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = with lib; {
|
||||||
homepage = https://code.google.com/p/google-authenticator/;
|
homepage = https://code.google.com/p/google-authenticator/;
|
||||||
description = "Two-step verification, with pam module";
|
description = "Two-step verification, with pam module";
|
||||||
license = stdenv.lib.licenses.asl20;
|
license = licenses.asl20;
|
||||||
platforms = stdenv.lib.platforms.linux;
|
maintainers = with maintainers; [ aneeshusa ];
|
||||||
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user