Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

rasm: add sigmanificient to maintainers

+1 -1
+1 -1
pkgs/development/compilers/rasm/default.nix
··· 28 mainProgram = "rasm"; 29 # use -n option to display all licenses 30 license = licenses.mit; # expat version 31 - maintainers = [ ]; 32 platforms = platforms.all; 33 }; 34 }
··· 28 mainProgram = "rasm"; 29 # use -n option to display all licenses 30 license = licenses.mit; # expat version 31 + maintainers = with lib.maintainers; [ sigmanificient ]; 32 platforms = platforms.all; 33 }; 34 }