makemkv: add danieldk as a maintainer

gstqt5
Daniël de Kok 2020-07-25 12:08:33 +02:00
parent 12186bfb5d
commit 0cfaf025b1
1 changed files with 1 additions and 1 deletions

View File

@ -55,6 +55,6 @@ in mkDerivation {
license = licenses.unfree;
homepage = "http://makemkv.com";
platforms = [ "x86_64-linux" ];
maintainers = [ maintainers.titanous ];
maintainers = with maintainers; [ danieldk titanous ];
};
}