Merge #55988: treewide meta.platforms: linux -> unix
This commit is contained in:
@@ -41,7 +41,7 @@ buildGoPackage {
|
||||
homepage = https://www.aptly.info;
|
||||
description = "Debian repository management tool";
|
||||
license = licenses.mit;
|
||||
platforms = platforms.linux;
|
||||
platforms = platforms.unix;
|
||||
maintainers = [ maintainers.montag451 ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -18,7 +18,7 @@ buildGoPackage rec {
|
||||
homepage = https://github.com/kshvmdn/fsql;
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ pSub ];
|
||||
platforms = platforms.linux;
|
||||
platforms = platforms.unix;
|
||||
inherit version;
|
||||
};
|
||||
|
||||
|
||||
@@ -24,6 +24,6 @@ buildRustPackage rec {
|
||||
homepage = https://github.com/rschmitt/heatseeker;
|
||||
license = licenses.mit;
|
||||
maintainers = [ maintainers.michaelpj ];
|
||||
platforms = platforms.linux;
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -19,7 +19,7 @@ buildGoPackage rec {
|
||||
description = "xmonad DBus monitoring solution";
|
||||
homepage = https://github.com/xintron/xmonad-log;
|
||||
license = licenses.mit;
|
||||
platforms = platforms.linux;
|
||||
platforms = platforms.unix;
|
||||
maintainers = with maintainers; [ joko ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user