mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
Add myself as a maintainer for ykpers and libyubikey
This commit is contained in:
parent
e96f58ef5c
commit
b0d2f0e3f0
3 changed files with 9 additions and 6 deletions
|
@ -18,6 +18,7 @@
|
||||||
bjornfor = "Bjørn Forsman <bjorn.forsman@gmail.com>";
|
bjornfor = "Bjørn Forsman <bjorn.forsman@gmail.com>";
|
||||||
bluescreen303 = "Mathijs Kwik <mathijs@bluescreen303.nl>";
|
bluescreen303 = "Mathijs Kwik <mathijs@bluescreen303.nl>";
|
||||||
bodil = "Bodil Stokke <nix@bodil.org>";
|
bodil = "Bodil Stokke <nix@bodil.org>";
|
||||||
|
calrama = "Moritz Maxeiner <moritz@ucworks.org>";
|
||||||
chaoflow = "Florian Friesdorf <flo@chaoflow.net>";
|
chaoflow = "Florian Friesdorf <flo@chaoflow.net>";
|
||||||
coconnor = "Corey O'Connor <coreyoconnor@gmail.com>";
|
coconnor = "Corey O'Connor <coreyoconnor@gmail.com>";
|
||||||
coroa = "Jonas Hörsch <jonas@chaoflow.net>";
|
coroa = "Jonas Hörsch <jonas@chaoflow.net>";
|
||||||
|
|
|
@ -8,7 +8,7 @@ stdenv.mkDerivation rec
|
||||||
src = fetchurl
|
src = fetchurl
|
||||||
{
|
{
|
||||||
url = "http://opensource.yubico.com/yubikey-personalization/releases/${name}.tar.gz";
|
url = "http://opensource.yubico.com/yubikey-personalization/releases/${name}.tar.gz";
|
||||||
sha256 = "1n4s8kk31q5zh2rm7sj9qmv86yl8ibimdnpvk9ny391a88qlypyd";
|
sha256 = "1n4s8kk31q5zh2rm7sj9qmv86yl8ibimdnpvk9ny391a88qlypyd";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [pkgconfig libusb1 libyubikey];
|
buildInputs = [pkgconfig libusb1 libyubikey];
|
||||||
|
@ -16,7 +16,8 @@ stdenv.mkDerivation rec
|
||||||
meta =
|
meta =
|
||||||
{
|
{
|
||||||
homepage = "http://opensource.yubico.com/yubikey-personalization/";
|
homepage = "http://opensource.yubico.com/yubikey-personalization/";
|
||||||
description = "YubiKey Personalization cross-platform library and tool";
|
description = "YubiKey Personalization cross-platform library and tool";
|
||||||
license = "bsd";
|
license = "bsd";
|
||||||
|
maintainers = [ stdenv.lib.maintainers.calrama ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -8,13 +8,14 @@ stdenv.mkDerivation rec
|
||||||
src = fetchurl
|
src = fetchurl
|
||||||
{
|
{
|
||||||
url = "http://opensource.yubico.com/yubico-c/releases/${name}.tar.gz";
|
url = "http://opensource.yubico.com/yubico-c/releases/${name}.tar.gz";
|
||||||
sha256 = "19pm4rqsnm9r0n5j26bqkxa1jpimdavzcvg5g7p416vkjhxc6lw9";
|
sha256 = "19pm4rqsnm9r0n5j26bqkxa1jpimdavzcvg5g7p416vkjhxc6lw9";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta =
|
meta =
|
||||||
{
|
{
|
||||||
homepage = "http://opensource.yubico.com/yubico-c/";
|
homepage = "http://opensource.yubico.com/yubico-c/";
|
||||||
description = "C library for manipulating Yubico YubiKey One-Time Passwords (OTPs)";
|
description = "C library for manipulating Yubico YubiKey One-Time Passwords (OTPs)";
|
||||||
license = "bsd";
|
license = "bsd";
|
||||||
|
maintainers = [ stdenv.lib.maintainers.calrama ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue