guitarix: add lord-valen as maintainer

This commit is contained in:
Lord-Valen 2024-04-05 15:18:49 -04:00
parent 3f3b3e4705
commit f0fde0f8ce
No known key found for this signature in database
GPG Key ID: 5DEE1DF49CC27E39
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ stdenv.mkDerivation (finalAttrs: {
'';
homepage = "https://github.com/brummer10/guitarix";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ astsmtl goibhniu ];
maintainers = with maintainers; [ astsmtl goibhniu lord-valen ];
platforms = platforms.linux;
};
})