bombono: add symphorien as maintainer

This commit is contained in:
Symphorien Gibol 2018-01-26 15:45:22 +01:00
parent 5402412b97
commit 93d7267a77

View File

@ -31,5 +31,6 @@ stdenv.mkDerivation rec {
description = "a DVD authoring program for personal computers";
homepage = "http://www.bombono.org/";
license = stdenv.lib.licenses.gpl2;
maintainers = with stdenv.lib.maintainers; [ symphorien ];
};
}