swap maintainer

This commit is contained in:
Peter Hoeg 2022-07-25 09:42:54 +08:00
parent 655f414aae
commit 39a5398657

View File

@ -30,7 +30,7 @@ resholve.mkDerivation {
meta = with lib; {
homepage = "http://ix.io";
description = "Command line pastebin";
maintainers = with maintainers; [ asymmetric ];
maintainers = with maintainers; [ peterhoeg ];
platforms = platforms.all;
};
}