net-news-wire: add DimitarNestorov to maintainers

This commit is contained in:
Dimitar Nestorov
2025-01-04 19:40:41 +02:00
parent 14ae86ce16
commit cf149e9633
+4 -1
View File
@@ -38,7 +38,10 @@ stdenvNoCC.mkDerivation rec {
changelog = "https://github.com/Ranchero-Software/NetNewsWire/releases/tag/mac-${version}";
license = licenses.mit;
platforms = platforms.darwin;
maintainers = with maintainers; [ jakuzure ];
maintainers = with maintainers; [
jakuzure
DimitarNestorov
];
sourceProvenance = [ lib.sourceTypes.binaryNativeCode ];
};
}