os-prober: add symphorien as maintainer
This commit is contained in:
parent
f8d08ec818
commit
b8ea160bf3
@ -56,9 +56,10 @@ stdenv.mkDerivation rec {
|
|||||||
done;
|
done;
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
description = "Utility to detect other OSs on a set of drives";
|
description = "Utility to detect other OSs on a set of drives";
|
||||||
homepage = http://packages.debian.org/source/sid/os-prober;
|
homepage = http://packages.debian.org/source/sid/os-prober;
|
||||||
license = stdenv.lib.licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
|
maintainers = with maintainers; [ symphorien ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user