Skip to content

Commit

Permalink
repo move tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellwrosen committed Sep 27, 2023
1 parent b27f127 commit a6acbd4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright 2018-2022 Mitchell Rosen
Copyright 2018-2023 Mitchell Rosen, Travis Staton

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# `timer-wheel`

[![Build Status](https://github.com/mitchellwrosen/timer-wheel/workflows/Haskell-CI/badge.svg)](https://github.com/mitchellwrosen/timer-wheel/actions?query=workflow%3AHaskell-CI)
[![GitHub CI](https://github.com/mitchellwrosen/timer-wheel/workflows/CI/badge.svg)](https://github.com/mitchellwrosen/timer-wheel/actions)
[![GitHub CI](https://github.com/awkward-squad/timer-wheel/workflows/CI/badge.svg)](https://github.com/awkward-squad/timer-wheel/actions)
[![Hackage](https://img.shields.io/hackage/v/timer-wheel.svg)](https://hackage.haskell.org/package/timer-wheel)
[![Stackage LTS](https://stackage.org/package/timer-wheel/badge/lts)](https://www.stackage.org/lts/package/timer-wheel)
[![Stackage Nightly](https://stackage.org/package/timer-wheel/badge/nightly)](https://www.stackage.org/nightly/package/timer-wheel)
Expand Down
12 changes: 6 additions & 6 deletions timer-wheel.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ description:
* /O(1)/ canceling registered actions
.
It is similar to @TimerManager@ from @GHC.Event@, but supports recurring
timers, can scale to handle many more registered timers.
actions, and can scale to handle many more registered actions.
.
synopsis: A timer wheel
author: Mitchell Rosen
maintainer: Mitchell Rosen <mitchellwrosen@gmail.com>
homepage: https://github.com/mitchellwrosen/timer-wheel
bug-reports: https://github.com/mitchellwrosen/timer-wheel/issues
copyright: (c) 2018-2023, Mitchell Rosen
maintainer: Mitchell Rosen <mitchellwrosen@gmail.com>, Travis Staton <hello@travisstaton.com>
homepage: https://github.com/awkward-squad/timer-wheel
bug-reports: https://github.com/awkward-squad/timer-wheel/issues
copyright: (c) 2018-2023 Mitchell Rosen, Travis Staton
license: BSD3
license-file: LICENSE
build-type: Simple
Expand All @@ -31,7 +31,7 @@ extra-source-files:

source-repository head
type: git
location: git://github.com/mitchellwrosen/timer-wheel.git
location: git://github.com/awkward-squad/timer-wheel.git

library
build-depends:
Expand Down

0 comments on commit a6acbd4

Please sign in to comment.