ykpers: consolidate into yubikey-personalization

Looks like this accidentally got packaged twice.
This commit is contained in:
Benjamin Staffin
2017-03-11 16:23:00 -05:00
parent 3ea16e98b4
commit f474f82860
5 changed files with 6 additions and 32 deletions
@@ -28,6 +28,6 @@ stdenv.mkDerivation rec {
description = "A library and command line tool to personalize YubiKeys";
license = licenses.bsd2;
platforms = platforms.unix;
maintainers = with maintainers; [ wkennington ];
maintainers = with maintainers; [ wkennington calrama ];
};
}