maintainer-list.nix: remove ndowens

This commit is contained in:
Nathan
2019-12-26 21:28:10 +00:00
committed by Dmitry Kalinkin
parent 690390d493
commit b0caf68bff
28 changed files with 27 additions and 33 deletions

View File

@@ -21,6 +21,6 @@ buildPythonPackage rec {
description = "Command line interface for testing internet bandwidth using speedtest.net";
homepage = https://github.com/sivel/speedtest-cli;
license = licenses.asl20;
maintainers = with maintainers; [ makefu domenkozar ndowens ];
maintainers = with maintainers; [ makefu domenkozar ];
};
}