Add myself as a maintainer for ykpers and libyubikey
This commit is contained in:
parent
e96f58ef5c
commit
b0d2f0e3f0
@ -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>";
|
||||||
|
@ -18,5 +18,6 @@ stdenv.mkDerivation rec
|
|||||||
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 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -16,5 +16,6 @@ stdenv.mkDerivation rec
|
|||||||
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…
x
Reference in New Issue
Block a user