Merge pull request #4137 from robberer/bump/keepnote

keepnote: add myself as a maintainer
This commit is contained in:
Pascal Wittmann 2014-09-18 10:11:11 +02:00
commit d6b3d70a3b

View file

@ -18,5 +18,6 @@ buildPythonPackage {
description = "Note taking application";
homepage = http://rasm.ods.org/keepnote;
license = stdenv.lib.licenses.gpl2Plus;
maintainers = [ maintainers.robberer ];
};
}