Skip to content

Commit

Permalink
Update Indicomb.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
Moelf authored Jun 26, 2021
1 parent 76035df commit 375eb4f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/Indicomb.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@ module Indicomb

export get_events_catnum_name

# Write your package code here.

"""
indicomb.py - combs through indico and builds a listing of your meetings for display as a webpage or importing to iCal
"""

using JSON3, HTTP, Dates, SHA
import DataStructures: OrderedDict
import HTTP: escapeuri
Expand Down

2 comments on commit 375eb4f

@Moelf
Copy link
Member Author

@Moelf Moelf commented on 375eb4f Jun 26, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/39708

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.0 -m "<description of version>" 375eb4f743519f14d0839a641d0c6264a3a4857f
git push origin v0.1.0

Please sign in to comment.