refer to non-duplicate ticket

This commit is contained in:
Jean-Paul Calderone 2023-07-19 13:51:47 -04:00
parent e7d98e69a1
commit 93f2a7a717

View File

@ -57,7 +57,7 @@ in {
# With our customized package set a Twisted unit test fails. Patch the
# Twisted test suite to skip that test.
# Filed upstream at https://github.com/twisted/twisted/issues/11892
# Filed upstream at https://github.com/twisted/twisted/issues/11877
twisted = super.twisted.overrideAttrs (old: {
patches = (old.patches or []) ++ [ ./twisted.patch ];
});