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
parent 190a599b31
commit 62d2d1953e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,6 +21,5 @@ buildGoModule rec {
license = licenses.mit;
mainProgram = pname;
maintainers = with maintainers; [ l3af ];
platforms = platforms.linux ++ platforms.darwin;
};
}