Merge pull request #44006 from alyssais/patch-4

gotop: works on non-Linux Unixes
This commit is contained in:
Jörg Thalheim 2018-07-23 13:53:12 +01:00 committed by GitHub
commit 2f25e085d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,6 +18,6 @@ buildGoPackage rec {
homepage = https://github.com/cjbassi/gotop;
license = licenses.agpl3;
maintainers = [ maintainers.magnetophon ];
platforms = platforms.linux;
platforms = platforms.unix;
};
}