mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 03:30:45 +00:00
webdav: add pbsds to maintainers
This commit is contained in:
parent
0e349d6abd
commit
1ef1cac17c
|
@ -19,7 +19,10 @@ buildGo123Module rec {
|
|||
description = "Simple WebDAV server";
|
||||
homepage = "https://github.com/hacdias/webdav";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ pmy ];
|
||||
maintainers = with maintainers; [
|
||||
pmy
|
||||
pbsds
|
||||
];
|
||||
mainProgram = "webdav";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue