mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-21 08:59:20 +03:00
gns3-{gui,server}: Remove myself as maintainer
This commit is contained in:
parent
8bb312b3d2
commit
f6e94a2e21
2 changed files with 2 additions and 2 deletions
|
@ -44,6 +44,6 @@ in python.pkgs.buildPythonPackage rec {
|
||||||
changelog = "https://github.com/GNS3/gns3-gui/releases/tag/v${version}";
|
changelog = "https://github.com/GNS3/gns3-gui/releases/tag/v${version}";
|
||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ primeos ];
|
maintainers = with maintainers; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -62,6 +62,6 @@ in python.pkgs.buildPythonPackage {
|
||||||
changelog = "https://github.com/GNS3/gns3-server/releases/tag/v${version}";
|
changelog = "https://github.com/GNS3/gns3-server/releases/tag/v${version}";
|
||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ primeos ];
|
maintainers = with maintainers; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue