service-wrapper: 16.04.0 -> 19.04

This commit is contained in:
c0bw3b
2019-04-28 18:35:34 +02:00
parent 7d558b2cdf
commit 3aa6b25fdf
2 changed files with 5 additions and 27 deletions
@@ -2,7 +2,7 @@
let
name = "service-wrapper-${version}";
version = "16.04.0"; # Ajar to Ubuntu Release
version = "19.04"; # Akin to Ubuntu Release
in
runCommand "${name}" {
script = substituteAll {
@@ -17,6 +17,7 @@ runCommand "${name}" {
license = licenses.gpl2Plus;
platforms = platforms.linux;
maintainers = with maintainers; [ DerTim1 ];
# Shellscript has been modified but upstream source is: https://git.launchpad.net/ubuntu/+source/init-system-helpers
};
}
''