Merge pull request #120697 from raboof/treewide-go-inherit-platforms-instead-of-using-platforms.all

treewide: go: inherit platforms instead of using platforms.all
This commit is contained in:
Sandro
2021-04-27 14:58:17 +02:00
committed by GitHub
8 changed files with 0 additions and 8 deletions
@@ -24,6 +24,5 @@ buildGoModule rec {
homepage = "https://robustirc.net/";
license = licenses.bsd3;
maintainers = [ maintainers.hax404 ];
platforms = platforms.all;
};
}
@@ -37,6 +37,5 @@ buildGoModule rec {
homepage = "https://github.com/mackerelio/mackerel-agent";
license = licenses.asl20;
maintainers = with maintainers; [ midchildan ];
platforms = platforms.all;
};
}