tsukae: remove platform specifics

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
master
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
1 changed files with 0 additions and 1 deletions

View File

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