tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
rasm: add sigmanificient to maintainers
Sigmanificient
2 years ago
cecbef9c
bf126ae8
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
development
compilers
rasm
default.nix
+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
}