softmaker-{office,nx}: add liberodark to maintainers

This commit is contained in:
liberodark 2025-07-21 12:50:36 +02:00
parent 14736ae590
commit 49ca193e22

View File

@ -154,12 +154,12 @@ stdenv.mkDerivation {
desktopItems = builtins.attrValues desktopItems;
meta = with lib; {
meta = {
description = "Office suite with a word processor, spreadsheet and presentation program";
homepage = "https://www.softmaker.com/";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.unfree;
maintainers = [ ];
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
license = lib.licenses.unfree;
maintainers = with lib.maintainers; [ liberodark ];
platforms = [ "x86_64-linux" ];
};
}