mirror of
https://github.com/SebastianWendel/nixpkgs.git
synced 2024-11-06 10:16:44 +01:00
haskellPackages.pinboard-notes-backup: add bdesham to maintainers
This commit is contained in:
parent
917524cb39
commit
4da6569df4
|
@ -2935,6 +2935,8 @@ package-maintainers:
|
|||
- yarn2nix
|
||||
poscat:
|
||||
- hinit
|
||||
bdesham:
|
||||
- pinboard-notes-backup
|
||||
|
||||
unsupported-platforms:
|
||||
alsa-mixer: [ x86_64-darwin ]
|
||||
|
|
|
@ -202981,6 +202981,7 @@ self: {
|
|||
];
|
||||
description = "Back up the notes you've saved to Pinboard";
|
||||
license = lib.licenses.gpl3Only;
|
||||
maintainers = with lib.maintainers; [ bdesham ];
|
||||
}) {};
|
||||
|
||||
"pinch" = callPackage
|
||||
|
|
Loading…
Reference in a new issue