bup: add myself as maintainer

This commit is contained in:
rnhmjoj
2023-07-07 13:02:11 +02:00
parent 9a05dcc078
commit 723e9a529a
+1 -1
View File
@@ -54,6 +54,6 @@ stdenv.mkDerivation {
'';
platforms = platforms.linux ++ platforms.darwin;
maintainers = with maintainers; [ ];
maintainers = with maintainers; [ rnhmjoj ];
};
}