Commit graph

12 commits

Author SHA1 Message Date
Benjamin Staffin f474f82860 ykpers: consolidate into yubikey-personalization
Looks like this accidentally got packaged twice.
2017-03-11 16:23:00 -05:00
ndowens 2e93988e64
yubikey-personalization: 1.17.3 -> 1.18.0 2017-03-06 07:47:53 -05:00
Bjørn Forsman bd01fad0ed Captialize meta.description of all packages
In line with the Nixpkgs manual.

A mechanical change, done with this command:

  find pkgs -name "*.nix" | \
      while read f; do \
          sed -e 's/description\s*=\s*"\([a-z]\)/description = "\u\1/' -i "$f"; \
      done

I manually skipped some:

* Descriptions starting with an abbreviation, a user name or package name
* Frequently generated expressions (haskell-packages.nix)
2016-06-20 13:55:52 +02:00
Moritz Ulrich 4ab72c5397 yubikey-personalization: Fix typo 2016-05-09 14:16:58 +02:00
zimbatm 2aeb5598e3 yubikey-personalization: fixes udev rules
70-yubikey.rules depends on ConsoleKit which is not used by NixOS
anymore and has been superseeded by systemd

The ./configure flag also supports a --with-udevrulesdir flag but it
fails the detection and selects the wrong .rules file.
2016-05-09 14:13:26 +02:00
Marius Bakke 451a7ec4a9 yubikey-personalization: 1.17.2 -> 1.17.3 2016-03-20 18:48:49 +00:00
William A. Kennington III 6c6ebacf8b yubikey-personalization: 1.17.1 -> 1.17.2 2015-09-23 12:30:00 -07:00
Moritz Ulrich 4e51a466bd Yubico Suite: Update to latest releases.
yubico-piv-tool               -> 0.1.6
yubikey-personalization       -> 1.17.1
yubikey-personalization-gui-3 -> 3.1.20
2015-04-09 12:56:38 +02:00
Moritz Ulrich cb9e0343d1 yubikey-personalization: Install udev-rules. 2015-03-18 19:16:24 +01:00
William A. Kennington III 58b0d8a131 yubikey-personalization: 1.16.1 -> 1.16.2 2015-01-02 10:43:55 -08:00
William A. Kennington III e1988740a5 yubikey-personalization: 1.16.0 -> 1.16.1 2014-11-26 15:47:43 -08:00
William A. Kennington III 2910183d5e yubikey-personalization: Add derivation 2014-10-24 16:37:37 -07:00