forked from FG42/FG42
1
0
Fork 0

Add Pouya to maintainers

This commit is contained in:
Pouya Abbassi 2024-05-03 15:58:20 +03:30 committed by lxsameer
parent d94cf44762
commit 6f55228872
2 changed files with 14 additions and 0 deletions

View File

@ -25,4 +25,14 @@
fingerprint = "6F3F A93B 4BD9 C3CA EF38 77E6 384A 12C3 1023 3CC5";
}];
};
pouya = {
email = "me@pouyacode.net";
github = "pouya-abbassi";
git = "pouya-abbassi";
name = "Pouya Abbasi";
keys = [{
fingerprint = "8CC7 EB15 3563 4205 E9C2 AAD9 AF5A 5A4A D4FD 8797";
}];
};
}

View File

@ -51,5 +51,9 @@ in
]);
fg42.requires = [ drv.pname ];
meta = {
maintainers = [ maintainers.pouya ];
doc = ./README.md;
};
};
}