Remove myself from maintainers

This commit is contained in:
Damien Cassou
2017-01-31 11:00:14 +01:00
parent 3ccc139b3d
commit 58dc8e3024
23 changed files with 40 additions and 40 deletions

View File

@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
description = "Project for mocking web service APIs which use HTTP or HTTPS";
homepage = https://gitlab.com/groups/uhttpmock/;
license = licenses.lgpl21;
maintainers = with maintainers; [ DamienCassou ];
maintainers = with maintainers; [ ];
platforms = with platforms; linux;
};
}