buildGoModule: remove platform.all from packages

This commit is contained in:
zowoq
2020-08-15 19:34:47 -07:00
committed by Jon
parent 78922caea3
commit 42313b92bc
37 changed files with 0 additions and 37 deletions
@@ -19,7 +19,6 @@ buildGoModule rec {
description = "Automatic GeoIP database updater";
homepage = "https://github.com/maxmind/geoipupdate";
license = with licenses; [ asl20 ];
platforms = platforms.all;
maintainers = with maintainers; [ das_j ];
};
}