rshijack: expand platforms to unix
This commit is contained in:
parent
73e2aad637
commit
ac568af804
1 changed files with 1 additions and 1 deletions
|
@ -18,6 +18,6 @@ rustPlatform.buildRustPackage rec {
|
||||||
homepage = "https://github.com/kpcyrd/rshijack";
|
homepage = "https://github.com/kpcyrd/rshijack";
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
maintainers = with maintainers; [ xrelkd ];
|
maintainers = with maintainers; [ xrelkd ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue