1
0
Fork 1
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:
Peder Bergebakken Sundt 2024-10-20 22:11:18 +02:00
parent 0e349d6abd
commit 1ef1cac17c

View file

@ -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";
};
}