tsukae: remove platform specifics

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
L3af
2021-05-08 22:15:57 +00:00
committed by GitHub
co-authored by Sandro
parent 190a599b31
commit 62d2d1953e
@@ -21,6 +21,5 @@ buildGoModule rec {
license = licenses.mit;
mainProgram = pname;
maintainers = with maintainers; [ l3af ];
platforms = platforms.linux ++ platforms.darwin;
};
}