snowmachine: Add sontek as maintainer

This commit is contained in:
John Anderson 2023-12-01 00:15:54 -04:00
parent 0399a8cebb
commit faf5bc67d7

View file

@ -20,6 +20,6 @@ python3Packages.buildPythonApplication rec {
homepage = "https://github.com/sontek/snowmachine";
mainProgram = "snowmachine";
license = with licenses; [ bsd3 ];
maintainers = with maintainers; [ djanatyn ];
maintainers = with maintainers; [ djanatyn sontek ];
};
}