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; { meta = with lib; {
homepage = "http://ix.io"; homepage = "http://ix.io";
description = "Command line pastebin"; description = "Command line pastebin";
maintainers = with maintainers; [ asymmetric ]; maintainers = with maintainers; [ peterhoeg ];
platforms = platforms.all; platforms = platforms.all;
}; };
} }