summary refs log tree commit diff
path: root/pkgs/servers/ma1sd
AgeCommit message (Collapse)AuthorFilesLines
2023-03-01gradle: add 8Lorenz Leutgeb1-1/+3
2022-12-14ma1sd: 2.4.0 -> 2.5.0Theodore Ni1-13/+35
2022-06-04treewide: set sourceProvenance for gradle-built packagesRobert Scott1-0/+4
these presumably contain binary jars in their deps
2021-12-05treewide: use pname&version instead of nameFelix Buehler1-4/+4
2021-04-14gradle: Pin pkgs to Gradle 6 that fail with 7Lorenz Leutgeb1-3/+3
2021-02-20ma1sd: 2.1.1 -> 2.4.0 (#113720)Meghea Iulian2-31/+13
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-10-07ma1sd: init at 2.1.1Maximilian Güntner2-0/+90
ma1sd is a fork of mxisd which is already packaged but EOL.