tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
inxi: Remove myself as maintainer
Michael Weiss
4 years ago
590fa800
c7b8db43
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
tools
system
inxi
default.nix
+1
-1
pkgs/tools/system/inxi/default.nix
···
57
changelog = "https://github.com/smxi/inxi/blob/${version}/inxi.changelog";
58
license = licenses.gpl3Plus;
59
platforms = platforms.unix;
60
-
maintainers = with maintainers; [ primeos ];
61
};
62
}
···
57
changelog = "https://github.com/smxi/inxi/blob/${version}/inxi.changelog";
58
license = licenses.gpl3Plus;
59
platforms = platforms.unix;
60
+
maintainers = with maintainers; [ ];
61
};
62
}