Skip to content

Commit f554d27

Browse files
committed
README: Make unmaintained notice more prominent
And remove obsolete acknowledgements for Tweag.
1 parent 5a0a462 commit f554d27

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55

66
_poetry2nix_ turns [Poetry](https://python-poetry.org/) projects into Nix derivations without the need to actually write Nix expressions. It does so by parsing `pyproject.toml` and `poetry.lock` and converting them to Nix derivations on the fly.
77

8-
For more information, see [the announcement post on the Tweag blog](https://www.tweag.io/blog/2020-08-12-poetry2nix/).
8+
For more information, see [the original announcement post](https://www.tweag.io/blog/2020-08-12-poetry2nix/).
99

10-
## Maintenance status
10+
## Maintenance status: ⚠️ Unmaintained ⚠️
1111

1212
The creator & long-term maintainer of poetry2nix ([@adisbladis](https://github.com/adisbladis)) is no longer using Poetry or Poetry2nix.
1313
This means that [poetry2nix is looking for maintainers](https://github.com/nix-community/poetry2nix/issues/1865).
@@ -643,10 +643,6 @@ nix-build --expr 'with import <unstable> {}; callPackage ./tests/default.nix {}'
643643

644644
We have a Matrix room at [#poetry2nix:blad.is](https://matrix.to/#/#poetry2nix:blad.is).
645645

646-
## Acknowledgements
647-
648-
Development of `poetry2nix` has been supported by [Tweag](https://tweag.io).
649-
650646
## License
651647

652648
_poetry2nix_ is released under the terms of the MIT license.

0 commit comments

Comments
 (0)