vpcs: remove myself as maintainer

I've stopped using GNS3.
This commit is contained in:
Michael Weiss 2021-08-24 21:57:29 +02:00
parent f8737848af
commit f9dfb94bd2
No known key found for this signature in database
GPG Key ID: 5BE487C4D4771D83

@ -33,6 +33,6 @@ stdenv.mkDerivation rec {
inherit (src.meta) homepage;
license = licenses.bsd2;
platforms = platforms.linux;
maintainers = with maintainers; [ primeos ];
maintainers = with maintainers; [ ];
};
}